home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 843 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.6 KB

  1. Path: ernie.almac.co.uk!almac!alex.buell
  2. From: alex.buell@almac.co.uk (ALEX BUELL)
  3. Newsgroups: comp.lang.c++
  4. Subject: Bitmap graphic doesn't sh
  5. Message-ID: <8B863CD.024D00D27E.uuout@almac.co.uk>
  6. Date: Sun, 07 Jan 96 16:13:00 +0100
  7. Distribution: world
  8. Organization: ALMAC : Grangemouth, Scotland : +44 (0)1324 665371
  9. Reply-To: alex.buell@almac.co.uk (ALEX BUELL)
  10. References: <8B83407.024D00D0EA.uuout@almac.co.uk>
  11. X-Newsreader: PCBoard Version 15.21
  12. X-Mailer: PCBoard/UUOUT Version 1.10
  13.  
  14. SM> On our clients computers (two of them anyway) the graphic does not displ
  15. SM> One of them is running Windows 3.1 on a 90 Mhz Pentium, the other is run
  16. SM> Windows for Workgroups on a 33 Mhz 486. We have looked at their computer
  17. SM> in both VGA and SVGA. Their available user and GDI resources are in the
  18. SM> to 72% range and plenty of memory is available, yet the graphic does not
  19. SM> show up.
  20.  
  21. The Win32S subsystem was the clincher... these are 32 bit extensions of 
  22. Windows. I suggest you take a close look at your pointers and check whether 
  23. they are processed correctly within the 64k segment limit. They might work 
  24. perfectly on 32bit platforms and then cause problems on non-16bit 
  25. platforms.. :( Having said that from experience of problems with large 
  26. bitmaps in 16bit Windows.... (Try using huge pointers and GlobalAlloc/Lock 
  27. etc)
  28.  
  29. Alex.
  30.  
  31. ##########################################################################
  32. # Alex Buell, Consultant               Email: alex.buell@almac.co.uk     #
  33. ##########################################################################
  34.  
  35. ---
  36.  * MM 1.0b4 * Unregistered * MailMaker - Your Windows offline reader!
  37.